home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1092.lha / Programs / ErrorMsg / errormsg.cd < prev    next >
Text File  |  1994-12-20  |  15KB  |  764 lines

  1. #header ERRORMSG_LIBRARY_MESSAGES
  2. #array ErrorMsg.DefaultMsg
  3. ;
  4. ;  ********************** Exec Messages **************************
  5. ;
  6. MSG_EXEC_NO_MEMORY (100//)
  7. Not enough memory.
  8. ;
  9. MSG_EXEC_NO_CHIP_MEMORY (//)
  10. Not enough CHIP memory.
  11. ;
  12. MSG_EXEC_NO_FAST_MEMORY (//)
  13. Not enough FAST memory.
  14. ;
  15. ;  ********************** Graphics messages **********************
  16. ;
  17. MSG_GRAPHICS_MVP_NO_MEM (//)
  18. Not enough memory for MakeVPort().
  19. ;
  20. MSG_GRAPHICS_MVP_NO_VPE (//)
  21. Cannot allocate a temporary ViewPortExtra structure.
  22. ;
  23. MSG_GRAPHICS_MVP_NO_DSPINS (//)
  24. Not enough memory for intermediate copper list.
  25. ;
  26. MSG_GRAPHICS_MVP_NO_DISPLAY (//)
  27. Misaligned bitmap data for ViewPort.
  28. ;
  29. MSG_GRAPHICS_MCOP_NO_MEM (//)
  30. Not enough memory for system copper lists.
  31. ;
  32. MSG_GRAPHICS_MCOP_NOP (//)
  33. MrgCop() did not do any merging.
  34. ;
  35. ;  ********************* Intuition messages **********************
  36. ;
  37. MSG_INTUITION_OPENSCREEN_NOMONITOR (//)
  38. Named monitor not available.
  39. ;
  40. MSG_INTUITION_OPENSCREEN_NOCHIPS (//)
  41. Need newer custom chips for requested mode.
  42. ;
  43. MSG_INTUITION_OPENSCREEN_NOMEM (//)
  44. Not enough memory for opening a screen.
  45. ;
  46. MSG_INTUITION_OPENSCREEN_NOCHIPMEM (//)
  47. Not enough CHIP memory for opening a screen.
  48. ;
  49. MSG_INTUITION_OPENSCREEN_PUBNOTUNIQUE (//)
  50. A public screen already has the same name.
  51. ;
  52. MSG_INTUITION_OPENSCREEN_UNKNOWNMODE (//)
  53. Unknown mode requested for a new screen.
  54. ;
  55. MSG_INTUITION_OPENSCREEN_TOODEEP (//)
  56. Hardware cannot display screens that deep.
  57. ;
  58. MSG_INTUITION_OPENSCREEN_ATTACHFAIL (//)
  59. Unable to attach screens.
  60. ;
  61. MSG_INTUITION_OPENSCREEN_NOTAVAILABLE (//)
  62. Cannot open a new screen in requested mode.
  63. ;
  64. ;  ************************ IFFParse messages ***********************
  65. ;
  66. MSG_IFFPARSE_EOF (//)
  67. End of IFF file reached.
  68. ;
  69. MSG_IFFPARSE_EOC (//)
  70. End of IFF chunk reached.
  71. ;
  72. MSG_IFFPARSE_NOSCOPE (//)
  73. No valid scope for property.
  74. ;
  75. MSG_IFFPARSE_READ (//)
  76. IFF stream read error.
  77. ;
  78. MSG_IFFPARSE_WRITE (//)
  79. IFF stream write error.
  80. ;
  81. MSG_IFFPARSE_SEEK (//)
  82. IFF stream seek error.
  83. ;
  84. MSG_IFFPARSE_MANGLED (//)
  85. IFF file is corrupt.
  86. ;
  87. MSG_IFFPARSE_SYNTAX (//)
  88. IFF file has a syntax error.
  89. ;
  90. MSG_IFFPARSE_NOTIFF (//)
  91. Not an IFF file.
  92. ;
  93. MSG_IFFPARSE_NOHOOK (//)
  94. No callback hook provided for IFF stream.
  95. ;
  96. ;  ****************** Standard device error messages ******************
  97. MSG_STANDARD_DEVICE_OPENFAIL (//)
  98. Device failed to open.
  99. ;
  100. MSG_STANDARD_DEVICE_ABORTED (//)
  101. Operation aborted.
  102. ;
  103. MSG_STANDARD_DEVICE_NOCMD (//)
  104. Unsupported device command.
  105. ;
  106. MSG_STANDARD_DEVICE_BADLENGTH (//)
  107. Bad length for IO operation.
  108. ;
  109. MSG_STANDARD_DEVICE_BADADDRESS (//)
  110. Bad address for IO operation.
  111. ;
  112. MSG_STANDARD_DEVICE_UNITBUSY (//)
  113. Requested unit is busy.
  114. ;
  115. MSG_STANDARD_DEVICE_SELFTEST (//)
  116. Hardware failed self-test !
  117. ;
  118. ;  *********************** Audio messages *****************************
  119. ;
  120. MSG_AUDIO_ALLOCFAILED (//)
  121. Cannot allocate audio channels.
  122. ;
  123. MSG_AUDIO_NOALLOCATION (//)
  124. Allocation key does not match for audio channel.
  125. ;
  126. MSG_AUDIO_CHANNELSTOLEN (//)
  127. Audio channel being stolen.
  128. ;
  129. ;  ********************* Gameport messages ****************************
  130. ;
  131. MSG_GAMEPORT_SETCTYPE (//)
  132. Invalid gameport controller.
  133. ;
  134. ;  ********************** Narrator messages ***************************
  135. ;
  136. MSG_NARRATOR_NOAUDLIB (//)
  137. Cannot open the audio.device.
  138. ;
  139. MSG_NARRATOR_MAKEBAD (//)
  140. MakeLibrary() failed.
  141. ;
  142. MSG_NARRATOR_UNITERR (//)
  143. Invalid unit.
  144. ;
  145. MSG_NARRATOR_CANTALLOC (//)
  146. Unable to allocate audio channels.
  147. ;
  148. MSG_NARRATOR_UNIMPL (//)
  149. Unknown command.
  150. ;
  151. MSG_NARRATOR_NOWRITE (//)
  152. Attempt to read without write.
  153. ;
  154. MSG_NARRATOR_EXPUNGED (//)
  155. Expunge requested.
  156. ;
  157. MSG_NARRATOR_PHONERR (//)
  158. Invalid phoneme.
  159. ;
  160. MSG_NARRATOR_RATEERR (//)
  161. Invalid rate value.
  162. ;
  163. MSG_NARRATOR_PITCHERR (//)
  164. Invalid pitch value.
  165. ;
  166. MSG_NARRATOR_SEXERR (//)
  167. Invalid sex value.
  168. ;
  169. MSG_NARRATOR_MODEERR (//)
  170. Invalid mode.
  171. ;
  172. MSG_NARRATOR_FREQERR (//)
  173. Invalid sampling frequency.
  174. ;
  175. MSG_NARRATOR_VOLERR (//)
  176. Invalid volume.
  177. ;
  178. MSG_NARRATOR_DCENTERR (//)
  179. Invalid degree of centralization.
  180. ;
  181. MSG_NARRATOR_CENTPHONERR (//)
  182. Invalid central phoneme.
  183. ;
  184. ;  ************************* Parallel messages ************************
  185. ;
  186. MSG_PARALLEL_DEVBUSY (//)
  187. Device is busy.
  188. ;
  189. MSG_PARALLEL_BUFTOOBIG (//)
  190. Buffer too big.
  191. ;
  192. MSG_PARALLEL_INVPARAM (//)
  193. Invalid parameters.
  194. ;
  195. MSG_PARALLEL_LINEERR (//)
  196. Line error.
  197. ;
  198. MSG_PARALLEL_NOTOPEN (//)
  199. Device not open.
  200. ;
  201. MSG_PARALLEL_PORTRESET (//)
  202. Port was reset.
  203. ;
  204. MSG_PARALLEL_INITERR (//)
  205. Initialization error.
  206. ;
  207. ;  *********************** Printer messages **************************
  208. ;
  209. MSG_PRINTER_CANCEL (//)
  210. Operation cancelled.
  211. ;
  212. MSG_PRINTER_NOTGRAPHICS (//)
  213. The printer cannot output graphics.
  214. ;
  215. MSG_PRINTER_BADDIMENSION (//)
  216. Illegal print dimensions.
  217. ;
  218. MSG_PRINTER_INTERNALMEMORY (//)
  219. Out of memory for internal variables.
  220. ;
  221. MSG_PRINTER_BUFFERMEMORY (//)
  222. Not enough memory for buffer.
  223. ;
  224. ;  *********************** SCSIDisk messages *************************
  225. ;
  226. MSG_SCSIDISK_SELFUNIT (//)
  227. Attempt to issue an SCSI command to oneself.
  228. ;
  229. MSG_SCSIDISK_DMA (//)
  230. DMA error.
  231. ;
  232. MSG_SCSIDISK_PHASE (//)
  233. Illegal or unexpected SCSI phase.
  234. ;
  235. MSG_SCSIDISK_PARITY (//)
  236. SCSI parity error.
  237. ;
  238. MSG_SCSIDISK_SELTIMEOUT (//)
  239. Select timed out.
  240. ;
  241. MSG_SCSIDISK_BADSTATUS (//)
  242. Status error.
  243. ;
  244. MSG_SCSIDISK_NOBOARD (//)
  245. Unexisting board.
  246. ;
  247. ;  *************************** Serial messages ************************
  248. ;
  249. MSG_SERIAL_DEVBUSY (//)
  250. Device is busy.
  251. ;
  252. MSG_SERIAL_BAUDMISMATCH (//)
  253. Unsupported baud rate.
  254. ;
  255. MSG_SERIAL_BUFERR (//)
  256. Not enough memory for read buffer.
  257. ;
  258. MSG_SERIAL_INVPARAM (//)
  259. Invalid parameters.
  260. ;
  261. MSG_SERIAL_LINEERR (//)
  262. Line error.
  263. ;
  264. MSG_SERIAL_PARITYERR (//)
  265. Parity error.
  266. ;
  267. MSG_SERIAL_TIMERERR (//)
  268. Write timed out.
  269. ;
  270. MSG_SERIAL_BUFOVERFLOW (//)
  271. Buffer overflow.
  272. ;
  273. MSG_SERIAL_NODSR (//)
  274. No DSR.
  275. ;
  276. MSG_SERIAL_DETECTEDBREAK (//)
  277. Received a break.
  278. ;
  279. ;  ********************** Trackdisk messages **********************
  280. ;
  281. MSG_TRACKDISK_NOTSPECIFIED (//)
  282. Some error was encountered.
  283. ;
  284. MSG_TRACKDISK_NOSECHDR (//)
  285. No sector header found.
  286. ;
  287. MSG_TRACKDISK_BADSECPREAMBLE (//)
  288. Bad sector preamble.
  289. ;
  290. MSG_TRACKDISK_BADSECID (//)
  291. Bad sector ID.
  292. ;
  293. MSG_TRACKDISK_BADHDRSUM (//)
  294. Incorrect header checksum.
  295. ;
  296. MSG_TRACKDISK_BADSECSUM (//)
  297. Incorrect sector checksum.
  298. ;
  299. MSG_TRACKDISK_TOOFEWSECS (//)
  300. Not enough sectors.
  301. ;
  302. MSG_TRACKDISK_BADSECHDR (//)
  303. Bad sector header.
  304. ;
  305. MSG_TRACKDISK_WRITEPROT (//)
  306. Disk is write-protected.
  307. ;
  308. MSG_TRACKDISK_DISKCHANGED (//)
  309. No disk in the drive.
  310. ;
  311. MSG_TRACKDISK_SEEKERROR (//)
  312. Seek error.
  313. ;
  314. MSG_TRACKDISK_BADUNITNUM (//)
  315. Bad unit number.
  316. ;
  317. MSG_TRACKDISK_BADDRIVETYPE (//)
  318. Bad drive type.
  319. ;
  320. MSG_TRACKDISK_DRIVEINUSE (//)
  321. Drive in use.
  322. ;
  323. MSG_TRACKDISK_POSTRESET (//)
  324. Reset received.
  325. ;
  326. ;  *********************** AmigaGuide messages ************************
  327. ;
  328. MSG_AMIGAGUIDE_CANT_OPEN_DATABASE (//)
  329. Cannot open database.
  330. ;
  331. MSG_AMIGAGUIDE_CANT_FIND_NODE (//)
  332. Cannot find node.
  333. ;
  334. MSG_AMIGAGUIDE_CANT_OPEN_NODE (//)
  335. Cannot open node.
  336. ;
  337. MSG_AMIGAGUIDE_CANT_OPEN_WINDOW (//)
  338. Cannot open window.
  339. ;
  340. MSG_AMIGAGUIDE_INVALID_COMMAND (//)
  341. Invalid command.
  342. ;
  343. MSG_AMIGAGUIDE_CANT_COMPLETE (//)
  344. Cannot complete.
  345. ;
  346. MSG_AMIGAGUIDE_PORT_CLOSED (//)
  347. Port closed.
  348. ;
  349. MSG_AMIGAGUIDE_CANT_CREATE_PORT (//)
  350. Cannot create port.
  351. ;
  352. MSG_AMIGAGUIDE_KEYWORD_NOT_FOUND (//)
  353. Keyword not found.
  354. ;
  355. ;  **************************ARP messages *****************************
  356. ;
  357. MSG_ARP_NOFILE (//)
  358. Cannot find file.
  359. ;
  360. MSG_ARP_NOCLI (//)
  361. Caller is not a CLI.
  362. ;
  363. MSG_ARP_NOSLOT (//)
  364. No slot in task array.
  365. ;
  366. MSG_ARP_NOINPUT (//)
  367. Cannot get input stream.
  368. ;
  369. MSG_ARP_NOOUTPUT (//)
  370. Cannot get output stream.
  371. ;
  372. MSG_ARP_NOLOCK (//)
  373. Cannot get lock.
  374. ;
  375. MSG_ARP_ARGERR (//)
  376. Bad arguments.
  377. ;
  378. MSG_ARP_NOBCPL (//)
  379. Bad program passed to ASyncRun().
  380. ;
  381. MSG_ARP_BADLIB (//)
  382. Bad library version.
  383. ;
  384. MSG_ARP_NOSTDIO (//)
  385. Cannot get StdIO streams.
  386. ;
  387. MSG_ARP_NOT_CLI (//)
  388. Not a CLI program.
  389. ;
  390. ;  ************************ Commodities messages **********************
  391. ;
  392. MSG_COMMODITIES_CXB_SYSERR (//)
  393. Cannot create a broker because of a system error.
  394. ;
  395. MSG_COMMODITIES_CXB_DUP (//)
  396. A broker already has the same name.
  397. ;
  398. MSG_COMMODITIES_CXB_VERSION (//)
  399. Unknown version of the NewBroker structure.
  400. ;
  401. MSG_COMMODITIES_CXOE_ISNULL (//)
  402. Object is NULL.
  403. ;
  404. MSG_COMMODITIES_CXOE_NULLATTACH (//)
  405. Attached object is NULL.
  406. ;
  407. MSG_COMMODITIES_CXOE_BADFILTER (//)
  408. Bad filter description given.
  409. ;
  410. MSG_COMMODITIES_CXOE_BADTYPE (//)
  411. Type mismatch for requested operation.
  412. ;
  413. ;  *********** ErrorMsg messages (yes, that's our own ones!) **********
  414. ;
  415. MSG_ERRORMSG_UNSUPPORTED_SYSTEM (//)
  416. Unsupported system code.
  417. ;
  418. MSG_ERRORMSG_UNSUPPORTED_SUBSYSTEM (//)
  419. Unsupported subsystem code.
  420. ;
  421. MSG_ERRORMSG_UNKNOWN_CODE (//)
  422. Unknown error code.
  423. ;
  424. ;  ************************ Expansion messages ************************
  425. ;
  426. MSG_EXPANSION_LASTBOARD (//)
  427. Could not shut last board.
  428. ;
  429. MSG_EXPANSION_NOEXPANSION (//)
  430. Cannot get enough expansion memory.
  431. ;
  432. MSG_EXPANSION_NOBOARD (//)
  433. No expansion board at that address.
  434. ;
  435. MSG_EXPANSION_BADMEM (//)
  436. Attempt to add bad memory.
  437. ;
  438. ;  ************************* GadTools messages ************************
  439. ;
  440. MSG_GADTOOLS_TRIMMED (//)
  441. Menu trimmed down.
  442. ;
  443. MSG_GADTOOLS_INVALID (//)
  444. Invalid NewMenu array.
  445. ;
  446. ;  *************************** PowerPacker messages *******************
  447. ;
  448. MSG_POWERPACKER_OPENERR (//)
  449. Error opening file.
  450. ;
  451. MSG_POWERPACKER_READERR (//)
  452. Error reading file.
  453. ;
  454. MSG_POWERPACKER_CRYPTED (//)
  455. File is crypted.
  456. ;
  457. MSG_POWERPACKER_PASSERR (//)
  458. Password error.
  459. ;
  460. MSG_POWERPACKER_UNKNOWNPP (//)
  461. Unknown powerpacker algorythm.
  462. ;
  463. ;  ************************** DataTypes messages **********************
  464. ;
  465. MSG_DATATYPES_UNKNOWN_DATATYPE (//)
  466. Unknown datatype.
  467. ;
  468. MSG_DATATYPES_COULDNT_SAVE (//)
  469. Cannot save.
  470. ;
  471. MSG_DATATYPES_COULDNT_OPEN (//)
  472. Cannot open.
  473. ;
  474. MSG_DATATYPES_COULDNT_SEND_MESSAGE (//)
  475. Cannot send a message.
  476. ;
  477. ;  **************************** DiskFont messages *********************
  478. ;
  479. MSG_DISKFONT_FAILURE (//)
  480. Unspecified failure.
  481. ;
  482. MSG_DISKFONT_BADTAG (//)
  483. Inappropriate tag.
  484. ;
  485. MSG_DISKFONT_UNKNOWNTAG (//)
  486. Unknown tag.
  487. ;
  488. MSG_DISKFONT_BADDATA (//)
  489. Bad tag data.
  490. ;
  491. MSG_DISKFONT_NOFACE (//)
  492. No typeface specified.
  493. ;
  494. MSG_DISKFONT_BADFACE (//)
  495. Bad typeface.
  496. ;
  497. MSG_DISKFONT_NOGLYPH (//)
  498. No glyph specified.
  499. ;
  500. MSG_DISKFONT_BADGLYPH (//)
  501. Bad glyph.
  502. ;
  503. MSG_DISKFONT_NOSHEAR (//)
  504. Shear partially specified.
  505. ;
  506. MSG_DISKFONT_NOROTATE (//)
  507. Rotate partially specified.
  508. ;
  509. MSG_DISKFONT_TOOSMALL (//)
  510. Too small.
  511. ;
  512. MSG_DISKFONT_UNKNOWNGLYPH (//)
  513. Unknown glyph.
  514. ;
  515. ;  ********************** MUI messages (as of V3) *********************
  516. ;
  517. MSG_MUI_INVALID_WINDOW_OBJECT (//)
  518. Invalid window object.
  519. ;
  520. MSG_MUI_MISSING_LIBRARY (//)
  521. A library is missing.
  522. ;
  523. MSG_MUI_NO_AREXX (//)
  524. Unable to create ARexx port.
  525. ;
  526. MSG_MUI_SINGLETASK (//)
  527. Application is already running.
  528. ;
  529. ;  ***************** New EXEC messages for V3.02 **********************
  530. ;
  531. MSG_EXEC_MISSING_LIBRARY (//)
  532. A library or device is missing.
  533. ;
  534. MSG_EXEC_NO_LIBRARY_NAME (//)
  535. Unable to open:\n\
  536. \n\
  537.  %s
  538. ;
  539. MSG_EXEC_NO_LIBRARY_NAMEVER (//)
  540. Unable to open:\n\
  541. \n\
  542.  %s,\n\
  543. \n\
  544.   version %ld
  545. ;
  546. ;  ******************* XFD messages (as of V3.04) *********************
  547. ;
  548. MSG_XFD_NOSLAVE (//)
  549. No slave entry in information structure.
  550. ;
  551. MSG_XFD_NOT_SUPPORTED (//)
  552. The slave does not support the given function.
  553. ;
  554. MSG_XFD_UNKNOWN (//)
  555. Unknown file format.
  556. ;
  557. MSG_XFD_NOSOURCE (//)
  558. No source specified.
  559. ;
  560. MSG_XFD_WRONG_PASSWORD (//)
  561. Wrong password.
  562. ;
  563. MSG_XFD_BAD_HUNK (//)
  564. Bad hunk structure.
  565. ;
  566. MSG_XFD_CORRUPTED_DATA (//)
  567. Crunched data is corrupted.
  568. ;
  569. ;  ***************** GadToolsBox messages (as of V4.00) ***************
  570. ;
  571. MSG_GADTOOLSBOX_NO_CONTEXT (//)
  572. Could not create a gadget context.
  573. ;
  574. MSG_GADTOOLSBOX_NO_GADGET (//)
  575. Could not create a gadget.
  576. ;
  577. MSG_GADTOOLSBOX_NO_MENUS (//)
  578. Could not create menus.
  579. ;
  580. MSG_GADTOOLSBOX_NO_WINDOW (//)
  581. Cannot open a window.
  582. ;
  583. MSG_GADTOOLSBOX_NO_SYSFONT (//)
  584. Cannot open the system font.
  585. ;
  586. ;
  587. MSG_GADTOOLSBOX_CANT_LOCK_SCREEN (//)
  588. Cannot open or lock a screen.
  589. ;
  590. MSG_GADTOOLSBOX_NO_VISUAL_INFO (//)
  591. Cannot get the screen's VisualInfo.
  592. ;
  593. MSG_GADTOOLSBOX_NO_GETFILE_CLASS (//)
  594. Cannot set-up the GETFILE boopsi class.
  595. ;
  596. MSG_GADTOOLSBOX_NO_GETFILE_OBJECT (//)
  597. Cannot create a GETFILE boopsi object.
  598. ;
  599. MSG_GADTOOLSBOX_NO_FONT (//)
  600. Cannot open a font.
  601. ;
  602. ;
  603. MSG_GADTOOLSBOX_OPEN (//)
  604. Cannot open the file.
  605. ;
  606. MSG_GADTOOLSBOX_READ (//)
  607. Error encountered while reading.
  608. ;
  609. MSG_GADTOOLSBOX_WRITE (//)
  610. Error encountered while writing.
  611. ;
  612. MSG_GADTOOLSBOX_PARSE (//)
  613. Error encountered by iffparse.library.
  614. ;
  615. MSG_GADTOOLSBOX_PACKER (//)
  616. Error encountered by powerpacker.library.
  617. ;
  618. MSG_GADTOOLSBOX_PPLIB (//)
  619. Cannot open powerpacker.library V35+.
  620. ;
  621. MSG_GADTOOLSBOX_NOT_GUI_FILE (//)
  622. The file is not a GadToolsBox GUI file.
  623. ;
  624. ;  ******************* GUIFront messages (as of V4.01) ****************
  625. ;
  626. MSG_GUIFRONT_UNKNOWN (//)
  627. Unknown error.
  628. ;
  629. MSG_GUIFRONT_MISSING_LOCALIZER (//)
  630. Missing localizer.
  631. ;
  632. MSG_GUIFRONT_GUI_TOO_WIDE (//)
  633. Graphic interface too wide.
  634. ;
  635. MSG_GUIFRONT_GUI_TOO_TALL (//)
  636. Graphic interface too tall.
  637. ;
  638. MSG_GUIFRONT_CANT_FIND_SCREEN (//)
  639. Cannot find or open required screen.
  640. ;
  641. MSG_GUIFRONT_MISSING_GADGETSPECARRAY (//)
  642. Missing gadget specification array.
  643. ;
  644. MSG_GUIFRONT_CANT_FIND_GADGETSPECID (//)
  645. Cannot find gadget specification ID.
  646. ;
  647. MSG_GUIFRONT_UNKNOWN_LAYOUT_TAG (//)
  648. Unknown layout tag.
  649. ;
  650. MSG_GUIFRONT_CANT_OPEN_WINDOW (//)
  651. Cannot open window.
  652. ;
  653. MSG_GUIFRONT_CANT_CREATE_MENUS (//)
  654. Cannot create menus.
  655. ;
  656. ;  ********************** XPK messages (as of V4.01) ******************
  657. ;
  658. MSG_XPK_NOFUNC (//)
  659. Function not implemented.
  660. ;
  661. MSG_XPK_NOFILES (//)
  662. No files allowed for this function.
  663. ;
  664. MSG_XPK_IOERRIN (//)
  665. Input error.
  666. ;
  667. MSG_XPK_IOERROUT (//)
  668. Output error.
  669. ;
  670. MSG_XPK_CHECKSUM (//)
  671. Wrong checksum.
  672. ;
  673. MSG_XPK_VERSION (//)
  674. File crunched with a newer version.
  675. ;
  676. MSG_XPK_LIBINUSE (//)
  677. Non-reentrant library in use.
  678. ;
  679. MSG_XPK_WRONGFORM (//)
  680. File not packed with this library.
  681. ;
  682. MSG_XPK_SMALLBUF (//)
  683. Output buffer too small.
  684. ;
  685. MSG_XPK_LARGEBUF (//)
  686. Input buffer too large.
  687. ;
  688. MSG_XPK_WRONGMODE (//)
  689. Packing mode not supported.
  690. ;
  691. MSG_XPK_NEEDPASSWD (//)
  692. Password needed for decoding file.
  693. ;
  694. MSG_XPK_CORRUPTPKD (//)
  695. Packed data are corrupted.
  696. ;
  697. MSG_XPK_MISSINGLIB (//)
  698. A required library is missing.
  699. ;
  700. MSG_XPK_BADPARAMS (//)
  701. Bad parameters.
  702. ;
  703. MSG_XPK_EXPANSION (//)
  704. Data about to expand.
  705. ;
  706. MSG_XPK_NOMETHOD (//)
  707. Cannot find requested method.
  708. ;
  709. MSG_XPK_ABORTED (//)
  710. Operation aborted.
  711. ;
  712. MSG_XPK_TRUNCATED (//)
  713. Input file is truncated.
  714. ;
  715. MSG_XPK_WRONGCPU (//)
  716. A better processor is required.
  717. ;
  718. MSG_XPK_PACKED (//)
  719. Data are already packed.
  720. ;
  721. MSG_XPK_NOTPACKED (//)
  722. Data are not packed.
  723. ;
  724. MSG_XPK_FILEEXISTS (//)
  725. File already exists.
  726. ;
  727. MSG_XPK_OLDMASTLIB (//)
  728. Master library is too old.
  729. ;
  730. MSG_XPK_OLDSUBLIB (//)
  731. Sub library is too old.
  732. ;
  733. MSG_XPK_NOCRYPT (//)
  734. Cannot encrypt data.
  735. ;
  736. MSG_XPK_NOINFO (//)
  737. Cannot get info for that packer.
  738. ;
  739. MSG_XPK_LOSSY (//)
  740. This compression method is lossy.
  741. ;
  742. MSG_XPK_NOHARDWARE (//)
  743. Compression hardware required.
  744. ;
  745. MSG_XPK_BADHARDWARE (//)
  746. Compression hardware failed.
  747. ;
  748. MSG_XPK_WRONGPW (//)
  749. Wrong password.
  750. ;
  751. ;  ********************** Library internal messages *******************
  752. ;
  753. MSG_DISPLAYMESSAGE_DEFAULTGAD (0//)
  754. Okay.
  755. ;
  756. MSG_DISPLAYERRORMSG_HEADER (//)
  757. Error report from %s:\n\
  758. \n\
  759.      %s
  760. ;
  761. MSG_DISPLAYMESSAGE_DEFAULT_MUIGAD (//)
  762. *_Okay.
  763. ;
  764.